CastWaitingForDevice

data class CastWaitingForDevice(castPayload: CastPayload) : PlayerEvent

Emitted when a cast-compatible device has been chosen and the player is waiting for the device to get ready for playback.

Constructors

CastWaitingForDevice
Link copied to clipboard
fun CastWaitingForDevice(castPayload: CastPayload)

Properties

castPayload
Link copied to clipboard
val castPayload: CastPayload
The CastPayload object for the event.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.